/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
body, html, a, h1, h2, h3, h4, h5, div {
	font-family: "Lato" !important;
}

.comment-reply-link, .comment-reply-link:hover, .comment-reply-link:active {
	display: block;
	float: right;
	color: #a3a3a3 !important;
	border: 0 none;
}

.comment_inner br {
	display: none;
}

.sidebar_wrapper {
	width: 220px !important;
}

.widget {
	font-size: 12px;
}

.second_nav > li > a {
	font-size: 14px !important;
}

.sidebar_widget {
	padding-left: 10px;
}

#page_caption {
	padding-bottom: 0;
}

.post_comment_count {
	display: none;
}

.sidebar_widget > li, .sidebar_widget > li {
	border-bottom: 1px solid #a5a5a5 !important;
}

.sidebar_wrapper .sidebar {
	border-left: 1px solid #E7E7E7;
	padding-left: 10px;
}

.site-title a, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .widget-title, a:hover, .entry-meta a:hover {
	color: #5e5e5e !important;
}

.post_title_full_wrapper h3 {
	color: #ffffff !important;
}

.post_inner_wrapper h1, .post_inner_wrapper h2, .post_inner_wrapper h3, .post_inner_wrapper h4, .post_inner_wrapper h5 {
	color: #5e5e5e !important;
}

#post_more_wrapper {
	display: none !important;
}

a:hover {
	color: #9B2B3A;
}

.post_title, #page_caption h1 {
	color: #5e5e5e !important;
}

.widgettitle, .widgettitle h2 {
	background: #fff none repeat scroll 0 0 !important;
}

.share_label, #social_share_wrapper {
	display: none !important;
}

.post_title h3, .post_title_full_wrapper h3 {
	font-size: 22px !important;
}

.post_header a, .post_header a:hover {
	color: #5E5E5E !important;
}

.second_nav {
	text-align: center !important;
}

.header_line {
	font-size: 18px !important;
	color: #5E5E5E !important;
}

.share_label, .comment-reply-title, .more_story_title, .post_more_title, .post_more_title h4 {
	color: #5e5e5e !important;
}

.logo-text {
	background: #FFF none repeat scroll 0 0;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	padding-left: .25em;
	padding-right: .75em;
	z-index: 10;
	font-family: sans-serif;
	font-size: 1.1575em;
	font-weight: 300;
	letter-spacing: .2em;
	line-height: 1.26316;
	text-transform: uppercase;
	word-wrap: break-word;
}

/* #top_bar {
	border-color: #dcdcdc !important;
} */
.post_detail {
	border-bottom: 0 solid #fff !important;
}

.suscribe:hover {
	background-color: #fcc;
}

.flex-direction-nav {
	display: none;
}

#page_caption h1 {
	font-size: 24px;
	font-family: "Lato" !important;
}

.logo-text {
	font-size: 14px !important;
}/*
 * Welcome to the Custom CSS Editor
 *
 * CSS (Cascading Style Sheets) is a language that helps
 * the browser render your website. You may remove these
 * lines and get started with your own customizations.
 *
 * The generated code will be placed after the theme
 * stylesheets, which means that your rules can take
 * precedence and override the theme CSS rules. Just
 * write here what you want to change, you don't need
 * to copy all your theme's stylesheet content.
 *
 * Getting started with CSS (tutorial):
 * http://bit.ly/css-getting-started
 */

/* An example of a Custom CSS Snippet */

.site-branding {
   margin: 3em 0 2em;
}

.taxonomy-description {
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 75%;
}

.category .site-content {
    padding-top: 0.25em;
}

.page .entry-content a {
    color:#9B2B3A;
    font-weight: bold;
}
.page .entry-content a:hover {text-decoration: underline;}

.single .entry-content a {
    color:#9B2B3A;
    font-weight: bold;
}

.single .entry-content a:hover {text-decoration: underline;}